home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 5528 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.0 KB

  1. Path: ulke.hiMolde.no!usenet
  2. From: Arild Hoff <arildh@himolde.no>
  3. Newsgroups: comp.lang.c++
  4. Subject: Linking C++ with Fortran 77
  5. Date: Mon, 05 Feb 1996 14:50:47 -0800
  6. Organization: himolde.no
  7. Message-ID: <311689C7.348D@himolde.no>
  8. NNTP-Posting-Host: spc117.himolde.no
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 2.0b4a (Win16; I)
  13. CC: arildh@himolde.no
  14.  
  15. I am developing a C++ application that must be linket together with 
  16. existing Fortran 77 code.
  17. I don't want to change the Fortran code because it is very large and 
  18. working well.  
  19.  
  20. My question is : Are there any Fortran compiler which can compile the 
  21. Fortran 77 code to obj-files that can be linked with my C++ obj-files 
  22. using the Borland 4.5 C++ linker ????
  23.  
  24. I hope to get this work both under DOS and Windows.
  25.  
  26. I know that there are other compilers that can link both Fortran and C++, 
  27. but I would prefer Borland 4.5 which is the one I am most familiar with.
  28.  
  29. Please answer by e-mail : arildh@himolde.no
  30.